home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / Arashi 1.1 Source / Game Source / mtz / mtz src / gdef.c < prev    next >
Encoding:
Text File  |  1993-01-27  |  163 b   |  8 lines  |  [TEXT/KAHL]

  1.  
  2. pascal OSErr main(selector, response)
  3. OSType    selector;
  4. long    *response;
  5. {
  6.     *response = 0x12;                /* return a value that will disable superclock */
  7.     return 0;                    
  8. }